More deprecation cleanup
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 08:10:22 +0000 (08:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 08:10:22 +0000 (08:10 +0000)
svn path=/trunk/; revision=21825

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtktogglebutton.sgml
docs/reference/gtk/tmpl/gtkwidget.sgml
docs/reference/gtk/tmpl/gtkwindow.sgml

index e9d55e6d443719b07bb2548f7239998c066c3e33..03f77089e11aa454d33697746c3521f8434765a8 100644 (file)
@@ -1,5 +1,8 @@
 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkwindow.sgml:
+       * gtk/tmpl/gtkwidget.sgml:
+       * gtk/tmpl/gtktogglebutton.sgml:
        * gtk/tmpl/gtkstyle.sgml:
        * gtk/tmpl/gtkspinbutton.sgml:
        * gtk/tmpl/gtkrc.sgml:
index ef8aec8e7fd1bd73a4b88ce6b465215b9eac5c84..36204d047fbe880f7ee75c9e264078c418f3fd0e 100644 (file)
@@ -157,6 +157,7 @@ Creates a new toggle button with a text label.
 This is a deprecated macro, and is only maintained for compatibility reasons.
 </para>
 
+@Deprecated: Use gtk_toggle_button_set_active() instead.
 
 
 <!-- ##### FUNCTION gtk_toggle_button_toggled ##### -->
index 3a7eb60898bf3c52e78506172bbe65f7d68d0b36..87545a09022971a2c84372e7c5d1c5e9808aa164 100644 (file)
@@ -1776,6 +1776,7 @@ Equivalent to <literal>gtk_widget_set_style (widget, NULL)</literal>.
 </para>
 
 @widget: a #GtkWidget.
+@Deprecated: Use gtk_widget_set_style() with a %NULL @style argument instead.
 
 
 <!-- ##### FUNCTION gtk_widget_ensure_style ##### -->
@@ -1801,6 +1802,7 @@ Equivalent to <literal>gtk_widget_set_style (widget, NULL)</literal>.
 </para>
 
 @widget: a #GtkWidget.
+@Deprecated: Use gtk_widget_set_style() with a %NULL @style argument instead.
 
 
 <!-- ##### FUNCTION gtk_widget_reset_rc_styles ##### -->
index 377a79b3afc4435f6eebabb9fff7cb48263c19e0..f6449b0e34e40df17571480e4639e44917e4e4f3 100644 (file)
@@ -373,6 +373,8 @@ the child gets a larger allocation than it requests.
 Deprecated alias for gtk_window_set_position().
 </para>
 
+@Deprecated: Use gtk_window_set_position() instead.
+
 
 
 <!-- ##### FUNCTION gtk_window_activate_focus ##### -->